home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!iceberg.demon.co.uk
- From: John Shardlow <john@iceberg.demon.co.uk>
- Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.networking
- Subject: Re: Network Programming with AmiTCP
- Date: Wed, 7 Feb 96 22:55:01 GMT
- Organization: Special Circumstances
- Message-ID: <9602072255.AA001xo@iceberg.demon.co.uk>
- X-NNTP-Posting-Host: iceberg.demon.co.uk
- X-MailViewer: Mail 1.15
- X-Mail2News-Path: relay-4.mail.demon.net!post.demon.co.uk!iceberg.demon.co.uk
-
- Since I first posted I have now obtained the AmiTCP SDK and with it
- the in.h include file that I needed. I now get:
-
- 5.Workbench3.0:AmiTCP/usr/john/code> gcc whois.c -o whois
- ram:cc1120721.o: Undefined symbol _gethostbyname referenced from text segment
- ram:cc1120721.o: Undefined symbol _herror referenced from text segment
- ram:cc1120721.o: Undefined symbol _socket referenced from text segment
- ram:cc1120721.o: Undefined symbol _bind referenced from text segment
- ram:cc1120721.o: Undefined symbol _getservbyname referenced from text segment
- ram:cc1120721.o: Undefined symbol _connect referenced from text segment
-
- Presumably these functions are in the libraries supplied in the SDK but they
- are in .lib format and gcc needs them in .a format.
-
- Is there an easy way to convert net.lib to libnet.a and so on...
-
- TIA, John
-
-
-
- --
- +============================================+
- | John Shardlow - john@iceberg.demon.co.uk |
- +============================================+
-